home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Red Eye Press Kit
/
Red Eye Press Kit.iso
/
pc
/
main.dxr
/
SCRIPTS_21_fileSeperator.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-07-18
|
146 b
|
9 lines
on fileSeperator
if the platform contains "mac" then
fileSeperator = ":"
else
fileSeperator = "\"
end if
return fileSeperator
end